home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MODULES
/
LESSON02
/
ACT02A
/
common2.cst
/
00103_go to season.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-09-23
|
301 b
|
15 lines
on mouseDown me
set spr=the spriteNum of me
if bounceButton(spr) then
set index=char 1 of the name of the member of sprite spr
puppetSound 1,index&"season"
updateStage
repeat while soundBusy(1)
nothing
end repeat
go to movie the moviePath&"L02A"&index
end if
end